home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 05 / 4 / DISK0543.ZIP / NPAD.DOC < prev    next >
Text File  |  1985-06-08  |  2KB  |  43 lines

  1.  
  2.  
  3.                              NPAD.COM
  4.         
  5.         
  6.         This is a small program that once invoked by typing NPAD.COM 
  7.     at the DOS A> prompt, and then hitting Ctrl-N, causes a small
  8.     note-pad window in reverse video to appear in the upper right-hand
  9.     corner of the screen.  Whatever you type next goes onto the pad.  
  10.     Typing Ctrl-N again will turn the window off.  The best part of 
  11.     NPAD.COM is that you can type Ctrl-N at any time - during an 
  12.     editor session or while filling in your spreadsheet.
  13.         
  14.         This process removes the Ctrl-N key from general use which 
  15.     could prove to be unpopular with certain users but it shouldn't 
  16.     hurt most users.
  17.         
  18.         The general key definitions are:
  19.         
  20.                  CTRL-N  turns notepad window on or off
  21.  
  22.                  DEL erases entire window contents
  23.         
  24.         
  25.         This program was featured in PC  MAGAZINE  December 25, 1984, 
  26.     pages 273 - 282 and was created by  STEVE HOLZNER.  For 
  27.     additional information,  please consult magazine. 
  28.         
  29.         This version adapted by CHRIS SPRATT, Victoria, B. C.  June 
  30.     7th, 1985.
  31.          
  32.         The three programs included are:
  33.         
  34.         
  35.       NPAD.BAS  the  BASIC source  program that created  NPAD.COM.
  36.       NPAD.COM  the actual notepad program invoked in DOS.
  37.       NPAD.DOC  this short description of the program.
  38.  
  39.  
  40.                              END
  41.         
  42.  
  43.